If you wanted to increase the left-horizontal-margin dimension for all tablet activities, main activity included, which file would you change? Here are your file options as directory paths (res = resources folder):
res > values-sw600dp > dimens.xml
res > layout-sw600dp > activity_main.xml
res > layout > activity_main.xml
res > values > styles.xml
Next Concept